Skip to content
Back to search
30
MCP

SQLite Memory

pulsemcp/sqlite memory

Provides persistent key-value memory storage using SQLite with CRUD operations for storing structured data, conversation history, and user preferences across sessions.

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

SQLite
Provides a lightweight SQLite-based storage solution, supporting basic CRUD operations for small to medium-scale projects.
0 tools
Memory
SQLite-backed persistent memory server with FTS5 full-text search, entity relationship tracking, and project scoping for AI agents.
0 tools
SQLite Database
Provides secure SQLite database interaction with schema inspection and query execution capabilities for data analysis, content management, a
0 tools
io.github.SurajKGoyal/amnesic
Persistent semantic memory for SQL databases. Postgres, MySQL, MSSQL, SQLite.
0 tools
io.github.surajkgoyal/amnesic
Persistent semantic memory for SQL databases. Postgres, MySQL, MSSQL, SQLite.
0 tools
Memory MCP Server
SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sqlite_memory": {
      "url": "None",
      "transport": "http"
    }
  }
}